home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / shutdown.rea < prev    next >
Text File  |  1996-01-16  |  1KB  |  28 lines

  1. Short:    Shutdown command
  2. Author:   fasten@shw.com (Bernhard Fastenrath)
  3. Uploader: fasten@shw.com (Bernhard Fastenrath)
  4. Version:  3.0
  5. Type:     util/libs
  6. Replaces: util/libs/halt.lzh
  7.  
  8. The Amiga's lack of a shutdown mechanism is probably based on the assumption
  9. that the user is always the direct cause of disk access or at least aware of
  10. the fact that the disks might be accessed at a certain point.
  11. Unfortunately this is obviously not true for BBS systems or Amigas connected
  12. to a LAN or in some other way running in a multiuser environment. It is also
  13. not true for Amigas acting as servers or Amigas doing longer calculations
  14. (e.g. rendering) in the absence of a console user. There's also still the
  15. small chance that the user thinks the disks are idle and it's safe to turn of
  16. the system and a background program chooses this moment to start disk activity.
  17.  
  18. This shutdown command requires queue.library (which is included). The full
  19. archive is AmiNet:util/libs/queue.lzh. It can be used with but does not
  20. require shutdown.library (AmiNet:util/boot/Shutdown2_0.lha). The original
  21. shutdown.library was written by Olaf Barthel (olsen@sourcery.han.de).
  22. A small library which is compatible with Olaf's shutdown.library is included.
  23. This is not an update to the original shutdown.library but a full update will
  24. probably follow.
  25.  
  26. Recompilation with gcc requires a patch to libnix (libinit.o) which will
  27. be included with libnix 1.1.
  28.